home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TALIASEDITORFORM / TALIASEDITORFORM.txt
Encoding:
Text File  |  2004-03-08  |  2.2 KB  |  100 lines

  1. object AliasEditorForm: TAliasEditorForm
  2.   Left = 217
  3.   Top = 109
  4.   Width = 385
  5.   Height = 348
  6.   Caption = 'AliasEditorForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object TreeLabel: TLabel
  21.     Left = 12
  22.     Top = 108
  23.     Width = 158
  24.     Height = 13
  25.     Caption = 'Click an object to set alias object:'
  26.     Visible = False
  27.   end
  28.   object AliasKeyEdit: TLabeledEdit
  29.     Left = 12
  30.     Top = 28
  31.     Width = 260
  32.     Height = 21
  33.     CharCase = ecUpperCase
  34.     EditLabel.Width = 140
  35.     EditLabel.Height = 13
  36.     EditLabel.Caption = 'Alias Key: (not case sensitive)'
  37.     TabOrder = 0
  38.   end
  39.   object OraObjectVTree: TVirtualStringTree
  40.     Left = 12
  41.     Top = 126
  42.     Width = 260
  43.     Height = 174
  44.     BevelInner = bvNone
  45.     BevelOuter = bvNone
  46.     Header.AutoSizeIndex = 0
  47.     Header.Font.Charset = DEFAULT_CHARSET
  48.     Header.Font.Color = clWindowText
  49.     Header.Font.Height = -11
  50.     Header.Font.Name = 'MS Sans Serif'
  51.     Header.Font.Style = []
  52.     Header.MainColumn = -1
  53.     Header.Options = [hoColumnResize, hoDrag]
  54.     IncrementalSearch = isInitializedOnly
  55.     Margin = 1
  56.     ParentBackground = False
  57.     TabOrder = 2
  58.     TextMargin = 2
  59.     Visible = False
  60.     OnChange = OraObjectVTreeChange
  61.     Columns = <>
  62.   end
  63.   object OkButton: TRzButton
  64.     Left = 292
  65.     Top = 13
  66.     Default = True
  67.     ModalResult = 1
  68.     Caption = 'OK'
  69.     HotTrack = True
  70.     TabOrder = 3
  71.   end
  72.   object CancelButton: TRzButton
  73.     Left = 292
  74.     Top = 49
  75.     Cancel = True
  76.     ModalResult = 2
  77.     Caption = 'Cancel'
  78.     HotTrack = True
  79.     TabOrder = 4
  80.   end
  81.   object ShowObjListButton: TRzButton
  82.     Left = 292
  83.     Top = 89
  84.     Caption = 'Show List'
  85.     HotTrack = True
  86.     TabOrder = 5
  87.     OnClick = ShowObjListButtonClick
  88.   end
  89.   object AliasValueEdit: TLabeledEdit
  90.     Left = 12
  91.     Top = 70
  92.     Width = 260
  93.     Height = 21
  94.     EditLabel.Width = 59
  95.     EditLabel.Height = 13
  96.     EditLabel.Caption = 'Alias Object:'
  97.     TabOrder = 1
  98.   end
  99. end
  100.